1
کامپیوتر و شبکه::
تغییردهنده دسترسی
Access Modifiers:
Access modifiers are applied on the declaration of the class, method, properties, fields and other members.
Public, private, protected and internal are access modifiers in C#.
Generally field members should have a private access modifier and used with a property.
Constructors can be defined by using an access modifier and class name: (){ }
واژگان شبکه مترجمین ایران